home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Utilities / Web Server Crackerz / Hack Office 2000.exe / HO2k.exe / 0 / RCDATA / TFEDITPROXY / TFEDITPROXY.txt
Encoding:
Text File  |  1999-12-14  |  1.4 KB  |  89 lines

  1. object fEditProxy: TfEditProxy
  2.   Left = 287
  3.   Top = 186
  4.   Width = 282
  5.   Height = 226
  6.   Caption = 'Edit Proxy'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 24
  18.     Width = 31
  19.     Height = 13
  20.     Caption = 'Server'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 56
  25.     Width = 19
  26.     Height = 13
  27.     Caption = 'Port'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 88
  32.     Width = 22
  33.     Height = 13
  34.     Caption = 'User'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 120
  39.     Width = 46
  40.     Height = 13
  41.     Caption = 'Password'
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 8
  45.     Top = 160
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 0
  49.     Kind = bkOK
  50.   end
  51.   object BitBtn2: TBitBtn
  52.     Left = 96
  53.     Top = 160
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Cancel'
  57.     TabOrder = 1
  58.     Kind = bkCancel
  59.   end
  60.   object eServer: TEdit
  61.     Left = 64
  62.     Top = 16
  63.     Width = 193
  64.     Height = 21
  65.     TabOrder = 2
  66.   end
  67.   object ePort: TMaskEdit
  68.     Left = 64
  69.     Top = 48
  70.     Width = 65
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74.   object eUser: TEdit
  75.     Left = 64
  76.     Top = 80
  77.     Width = 121
  78.     Height = 21
  79.     TabOrder = 4
  80.   end
  81.   object ePass: TEdit
  82.     Left = 64
  83.     Top = 112
  84.     Width = 121
  85.     Height = 21
  86.     TabOrder = 5
  87.   end
  88. end
  89.